home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 September / Australian PC User - September 2003 (CD1).iso / software / online / files / es5.exe / $INSTDIR / ES5.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-30  |  1.2 KB  |  78 lines

  1. A:hover 
  2. {
  3.         COLOR: #006600; TEXT-DECORATION: none
  4. }
  5. A:active 
  6. {
  7.         COLOR: #006600; TEXT-DECORATION: none
  8. }
  9. A:link
  10. {
  11.         COLOR: #006600; TEXT-DECORATION: none
  12. }
  13. BODY
  14. {
  15.         background: #CCCCCC;
  16.         border-width: 0;
  17.     left-margin: 0;
  18.         border-style: groove;
  19.         font-family: helvetica;
  20.     font-size: 12;
  21. }
  22. TABLE
  23. {
  24.         background: #CCCCFF;
  25.         border-width: 0
  26.         border-style: groove;
  27.         font-size: 12;
  28.         font-family: helvetica;
  29.         align: center;
  30. }
  31. SELECT, INPUT
  32. {
  33.         font-size: 12;
  34.         font-family: helvetica;
  35. }
  36. H1
  37. {
  38.         font-size: 18;
  39. }
  40. H2
  41. {
  42.         font-size: 20;
  43.     text-decoration: underline;
  44.         color: navy;
  45. }
  46. H3
  47. {
  48.         font-size: 16;
  49.     text-decoration: underline;
  50.         color: green;
  51. }
  52. H4
  53. {
  54.         font-size: 16;
  55.     text-decoration: underline;
  56.         font-style: oblique; 
  57.         color: red;
  58. }
  59. TH
  60. {
  61.         font-size: 12;
  62.         background: #BBBBBB;
  63. }
  64. TD
  65. {
  66.         border-width: 1;
  67.         border-style: ridge;
  68.         font-size: 12;
  69.         padding: 2;
  70.         spacing: 2;
  71. }
  72. A
  73. {
  74.         color: blue;
  75.         font-family: helvetica;
  76.         font-weight: bold;
  77. }
  78.